home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Tools / twit / tktwit_edit.py < prev    next >
Encoding:
Python Source  |  1996-10-04  |  93 b   |  6 lines  |  [TEXT/Pyth]

  1. """Edit a file using an editor. Modify to suit your needs"""
  2.  
  3.  
  4. def edit(file, line):
  5.     pass
  6.